Vai al contenuto principale della pagina

Data structures and problem solving using Java / / Mark A. Weiss



(Visualizza in formato marc)    (Visualizza in BIBFRAME)

Autore: Weiss Mark Allen Visualizza persona
Titolo: Data structures and problem solving using Java / / Mark A. Weiss Visualizza cluster
Pubblicazione: Harlow, England : , : Pearson, , [2014]
©2014
Edizione: Fourth, pearson new international edition.
Descrizione fisica: 1 online resource (944 pages) : illustrations (some color)
Disciplina: 005.133
Soggetto topico: Java (Computer program language)
Note generali: Includes index.
Nota di bibliografia: Includes bibliographical references and index.
Nota di contenuto: Cover -- Table of Contents -- 1. Primitive Java -- 2. Reference Types -- 3. Objects and Classes -- 4. Inheritance -- 5. Algorithm Analysis -- 6. The Collections API -- 7. Recursion -- 8. Sorting Algorithms -- 9. Randomization -- 10. Fun and Games -- 11. Stacks and Compilers -- 12. Utilities -- 13. Graphs and Paths -- 14. Inner Classes and Implementation of ArrayList -- 15. Stacks and Queues -- 16. Linked Lists -- 17. Trees -- 18. Binary Search Trees -- 19. Hash Tables -- 20. A Priority Queue: The Binary Heap -- 21. Splay Trees -- 22. Merging Priority Queues -- 23. The Disjoint Set Class -- Appendix: Operators -- Appendix: Graphical User Interfaces -- Appendix: Bitwise Operations -- Index -- 1.
Sommario/riassunto: For the second or third programming course.   A practical and unique approach to data structures that separates interface from implementation.   This book provides a practical introduction to data structures with an emphasis on abstract thinking and problem solving, as well as the use of Java. It does this through what remains a unique approach that clearly separates each data structure's interface (how to use a data structure) from its implementation (how to actually program that structure). Parts I (Tour of Java), II (Algorithms and Building Blocks), and III (Applications) lay the groundwork by discussing basic concepts and tools and providing some practical examples, while Part IV (Implementations) focuses on implementation of data structures. This forces the reader to think about the functionality of the data structures before the hash table is implemented.   The Fourth Edition features many new updates as well as new exercises.
Titolo autorizzato: Data structures and problem solving using Java  Visualizza cluster
ISBN: 1-292-03818-7
Formato: Materiale a stampa
Livello bibliografico Monografia
Lingua di pubblicazione: Inglese
Record Nr.: 9910153115803321
Lo trovi qui: Univ. Federico II
Opac: Controlla la disponibilità qui
Serie: Always learning.